github.com/klauspost/compress/zstd.frameHeader.DictID (field)
12 uses
github.com/klauspost/compress/zstd (current package)
decodeheader.go#L258: DictID: h.DictionaryID,
encoder.go#L254: DictID: e.o.dict.ID(),
encoder.go#L539: DictID: 0,
encoder.go#L563: DictID: e.o.dict.ID(),
frameenc.go#L20: DictID uint32
frameenc.go#L36: if f.DictID > 0 {
frameenc.go#L38: if f.DictID < 256 {
frameenc.go#L40: tmp[0] = uint8(f.DictID)
frameenc.go#L42: } else if f.DictID < 1<<16 {
frameenc.go#L44: binary.LittleEndian.PutUint16(tmp[:2], uint16(f.DictID))
frameenc.go#L48: binary.LittleEndian.PutUint32(tmp[:4], f.DictID)
frameenc.go#L71: if f.DictID > 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |